home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Frameworks / Sprocket Framework DR2 / Sprocket Starter / SprocketStarter Code / UTextWindow.h < prev    next >
Encoding:
Text File  |  1996-02-26  |  395 b   |  14 lines  |  [TEXT/CWIE]

  1. //    From LongControls.c 
  2.  
  3. OSErr            LCAttach( ControlRef );
  4. void            LCDetach( ControlRef );
  5. void            LCSetValue( ControlRef, long );
  6. void            LCSetMin( ControlRef, long );
  7. void            LCSetMax( ControlRef, long );
  8. long            LCGetValue( ControlRef );
  9. long            LCGetMin( ControlRef );
  10. long            LCGetMax( ControlRef );
  11. void            LCSynch( ControlRef );
  12.  
  13.  
  14. OSErr            CheckObjectLock(short vRefNum, long dirID, StringPtr name);